Click or drag to resize

ResourceInfo Class

Contains URL and properties of a Resource.
Inheritance Hierarchy
SystemObject
  Independentsoft.WebdavResourceInfo

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public class ResourceInfo

The ResourceInfo type exposes the following members.

Constructors
  NameDescription
Public methodResourceInfo
Create new instance of the ResourceInfo.
Top
Properties
  NameDescription
Public propertyAddress
Gets or sets Resource URL.
Public propertyProperties
Gets Resource properties.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also